home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Sarrus / SBook.app / English.lproj / swindow.nib / data.classes next >
Text File  |  1994-12-14  |  2KB  |  134 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. SListMatrix = {
  7.     ACTIONS = {
  8.     };
  9.     OUTLETS = {
  10.     searchCell;
  11.     auxFirstResponder;
  12.     };
  13.     SUPERCLASS = Matrix;
  14. };
  15. SBookText = {
  16.     SUPERCLASS = EmacsText;
  17. };
  18. EntryDelegate = {
  19.     OUTLETS = {
  20.     slc;
  21.     text;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. SWindowFieldEditor = {
  26.     SUPERCLASS = EmacsText;
  27. };
  28. SLC = {
  29.     ACTIONS = {
  30.     nextEntry:;
  31.     previousEntry:;
  32.     changeSearchMode:;
  33.     searchAction:;
  34.     manualParse:;
  35.     displayAll:;
  36.     search:;
  37.     selectPerson:;
  38.     };
  39.     OUTLETS = {
  40.     personDisplayed;
  41.     splitView;
  42.     entryText;
  43.     nameMatrixScroller;
  44.     statusCell;
  45.     searchModeCover;
  46.     searchModePopup;
  47.     exportWell;
  48.     searchCell;
  49.     nameMatrix;
  50.     entryTextScroller;
  51.     fieldEditor;
  52.     personCell;
  53.     parser;
  54.     lockButton;
  55.     };
  56.     SUPERCLASS = AbstractDocController;
  57. };
  58. EmacsText = {
  59.     SUPERCLASS = Text;
  60. };
  61. ColorCell = {
  62.     SUPERCLASS = Cell;
  63. };
  64. AppController = {
  65.     ACTIONS = {
  66.     autosave:;
  67.     open:;
  68.     showInspector:;
  69.     newList:;
  70.     appDidInit:;
  71.     deleteName:;
  72.     newLogWindow:;
  73.     bugsAndSuggestions:;
  74.     showPrefs:;
  75.     showInfo:;
  76.     saveAll:;
  77.     import:;
  78.     };
  79.     OUTLETS = {
  80.     saveAllCell;
  81.     importer;
  82.     reportsMenuCell;
  83.     mailingLabels;
  84.     pocketBook;
  85.     toolsMenuCell;
  86.     unlockModemCell;
  87.     dialer;
  88.     infoPanel;
  89.     exporter;
  90.     prefController;
  91.     ranger;
  92.     fileMenuCell;
  93.     inspector;
  94.     slistController;
  95.     iconsMenuCell;
  96.     enveloper;
  97.     infoVersionCell;
  98.     nameActionsCell;
  99.     toolsMenu;
  100.     emailer;
  101.     newLogger;
  102.     };
  103.     SUPERCLASS = Object;
  104. };
  105. ExportWell = {
  106.     ACTIONS = {
  107.     };
  108.     OUTLETS = {
  109.     slc;
  110.     };
  111.     SUPERCLASS = View;
  112. };
  113. SWindow = {
  114.     SUPERCLASS = Window;
  115. };
  116. AbstractDocController = {
  117.     ACTIONS = {
  118.     save:;
  119.     saveAs:;
  120.     };
  121.     OUTLETS = {
  122.     doc;
  123.     window;
  124.     };
  125.     SUPERCLASS = Object;
  126. };
  127. Parser = {
  128.     OUTLETS = {
  129.     slc;
  130.     text;
  131.     };
  132.     SUPERCLASS = Object;
  133. };
  134.